home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000103_amos-request@svcs1.digex.net_Thu Aug 7 14:46:50 1997.msg < prev    next >
Text File  |  1997-09-09  |  3KB  |  68 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail1.access.digex.net (8.8.5/8.8.5) with ESMTP id OAA03353
  3.     for <mcox@access.digex.net>; Thu, 7 Aug 1997 14:46:47 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id KAA07556
  6.     for amos-out; Thu, 7 Aug 1997 10:38:36 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id KAA07547
  9.     for <amos-list@svcs1.digex.net>; Thu, 7 Aug 1997 10:38:34 -0400 (EDT)
  10. Received: from mail1-gui.server.virgin.net (mail1-gui.server.virgin.net [194.168.54.1])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id KAA17368
  12.     for <amos-list@access.digex.net>; Thu, 7 Aug 1997 10:38:33 -0400 (EDT)
  13. Received: from LOCALNAME (p14-kestrel-gui.tch.virgin.net [194.168.66.194])
  14.           by mail1-gui.server.virgin.net (Post.Office MTA v3.0 release 112
  15.           ID# 0-33929U70000L2S50) with SMTP id AAA15533
  16.           for <amos-list@access.digex.net>; Thu, 7 Aug 1997 15:38:29 +0100
  17. Message-ID: <33EA3D83.D3F@virgin.net>
  18. Date: Thu, 07 Aug 1997 14:26:27 -0700
  19. From: --==Murray==-- <malcolm.murray@virgin.net>
  20. X-Mailer: Mozilla 2.02E-VN006  (Win16; I)
  21. MIME-Version: 1.0
  22. To: AMOS List <amos-list@access.digex.net>
  23. Subject: Rnd and Qrnd
  24. Content-Type: text/plain; charset=us-ascii
  25. Content-Transfer-Encoding: 7bit
  26. Status: O
  27. X-Status: 
  28.  
  29. Does anyone know if you can reproduce Rnd or Qrnd (AMCAF) outputs?
  30.  
  31. e.g.
  32.  
  33. ---some command here---
  34.  
  35. For N=1 to 3
  36. Print Rnd(10)
  37. Next N
  38.  
  39. ---some command here---
  40.  
  41. For N=1 to 3
  42. Print Rnd(10)
  43. Next N
  44.  
  45. So that the 2nd three random numbers are the same as the first three.
  46. I thought that if I put Randomize 1 (or whatever) in front of both of the loops, it would work, 
  47. but it doesn't...
  48.  
  49. Anyway, any ideas?
  50.  
  51. Thanks,
  52. -Murray
  53.  
  54. -- 
  55.  
  56.            \\|//     Alastair Murray
  57.            (o o)       malcolm.murray@virgin.net
  58. |~~~~~~oOOo~(_)~oOOo~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  59. |         AMINET         |Web-Page (Amiga/Games/AMOS/trek/Music/    |
  60. |     game/role/CHAOS    |                  +more)                  |
  61. |game/jump/Banana Islands|http://freespace.virgin.net/malcolm.murray|
  62. |   game/shoot/Hanger18  |Current Projects: >Chaos 2                |
  63. |    dev/amos/keystate   | >Kill Em All     >Hanger 18 II           |
  64. |    dev/amos/picpack    | >Skool Daze      >The Crow               |
  65. |   game/shoot/traitor   | >Game Creator    >Banana Islands         |
  66. |                        | >The Turtleminator                       |
  67. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  68.